Uses of Class
negotiator.boaframework.Actions

Packages that use Actions
negotiator.boaframework   
 

Uses of Actions in negotiator.boaframework
 

Methods in negotiator.boaframework that return Actions
abstract  Actions AcceptanceStrategy.determineAcceptability()
          Determines to either to either accept or reject the opponent's bid or even quit the negotiation.
static Actions Actions.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Actions[] Actions.values()
          Returns an array containing the constants of this enum type, in the order they are declared.